XML Einrichten Version 1.3
HEAD Element
XML Einrichten Version 1.3 > RemadvMessage Element > REMADV Element : HEAD Element
Description
Head of the remittance advise (REMADV)
Namespace (none)
Type
Extension of DocumentHead Complex Type
Diagram
FurtherReferences Element IBANNumber Element BICNumber Element Country Element InstitutionBranchLocation Element InstitutionName Element InstitutionBranch Element AccountHolder2 Element AccountHolder1 Element AccountNumber Element Sequence Accounting Element DeliveryConditions Element BusinessCustomerNumber Element ZRNumber Element ContractNumber Element OpeningHours Element ContactType Element ContactCommunication Element ContactCode Element ContactFirstName Element ContactSurName Element Sequence ContactPerson Element TaxId Element VATId Element ISOCountryCode Element City Element PostalCode Element StreetAddition Element Street1 Element Name4 Element Name3 Element Name2 Element Name1 Element AdressGLN Element FlagOfParty Element Sequence NAD Element ExchangeRate Element Currency Element IBANNumber Element BICNumber Element Country Element InstitutionBranchLocation Element InstitutionName Element InstitutionBranch Element AccountHolder2 Element AccountHolder1 Element AccountNumber Element Sequence FinancialInformation Element AccountingPeriodEndDate Element AccountingPeriodStartDate Element PaymentDate Element PaymentWay Element PaymentType Element TechnicalReceiverCopy Element DocDate Element DocRefNumber Element Sequence AdditionalReference Element AdditionalDate Element TechnicalSender Element TechnicalReceiver Element DocumentDate Element DocumentNumber Element DocumentFunctionSymbol Element DocumentType Element WorkflowAdditonalDocs Element WorkflowDestination Element WorkflowType Element VersionNo Element VersionName Element Sequence VersionNumber Element Sequence HEAD Element
Overview
HEAD Extension of DocumentHead Complex Type
Head of the remittance advise (REMADV)
Sequence
Sequence
VersionName Restriction of xs:string
Name of the message format
VersionNo Restriction of xs:string
Message definition version number
WorkflowType optional Restriction of xs:string
Notes on process type based on order message
"" = Default
P = planning order
K = kitchen order
E = Order only with GTIN (EAN) numbers
T = text order without clear article IDs
XCR = variant order from XcalibuR
XCRK= Copy of a variant order from XcalibuR - only transferred to the IWOfurn platform
COMP= Complaint
EUDR= Order only for EUDR handling without transfer to industry or portal
WorkflowDestination optional WorkflowDestination Simple Type
Notes on the process type in relation to the delivery process
L = Stock
CD = Cross docking
D = Dropshipping
WorkflowAdditonalDocs optional
List of additional messages to be generated from this document
R = Invoice to the endconsumer
L = delivery note
A = Address label
#..# = All combinations from above possible
FormatCode optional EDIDateFormatCode Simple Type
TechnicalReceiver optional TechnicalReceiver Simple Type
technical, physical recipient of the message
TechnicalSender optional TechnicalReceiver Simple Type
technical, physical sender of the message
Qualifier optional EDIDateQualifier Simple Type
FormatCode optional EDIDateFormatCode Simple Type
TechnicalReceiverCopy optional TechnicalReceiver Simple Type
Physical receiver for a copy from this message
FormatCode optional EDIDateFormatCode Simple Type
FormatCode optional EDIDateFormatCode Simple Type
FormatCode optional EDIDateFormatCode Simple Type
Sequence
AccountNumber optional Restriction of xs:string
Account Number
AccountHolder1 optional Restriction of xs:string
Account holder Line 1
AccountHolder2 optional Restriction of xs:string
Account holder Line 2
InstitutionBranch optional Restriction of xs:string
Branch of the bank
InstitutionName optional Restriction of xs:string
Name of the bank
InstitutionBranchLocation optional Restriction of xs:string
City of the bank branch
Country optional Restriction of xs:string
City of the bank
BICNumber optional Restriction of xs:string
BIC Code
IBANNumber optional Restriction of xs:string
IBAN
Sequence
FlagOfParty FlagOfParty Simple Type
Code for the adresstype
AdressGLN optional
GLN Code of the address
Name1 optional Restriction of xs:string
in case of Companies: Companyname
in case of Endusers: Firstname surname
Name2 optional Restriction of xs:string
in case of Companies: Continuation of the Companyname
in case of Endusers: empty
Name3 optional Restriction of xs:string
in case of Companies: Empty
in case of Endusers: First name
Name4 optional Restriction of xs:string
in case of Companies: Empty
in case of Endusers: Surname
Street1 optional Restriction of xs:string
Street
StreetAddition 0..3 Restriction of xs:string
Additional information to the Street
PostalCode optional Restriction of xs:string
Zip Code
City optional Restriction of xs:string
City
ISOCountryCode optional Restriction of xs:string
ISO Country Code
Sequence
ContactSurName optional Restriction of xs:string
Surname of the contact
ContactFirstName optional Restriction of xs:string
First name of the contact
ContactCode optional Restriction of xs:string
Ident of the contact
ContactCommunication 0..9 ContactCommunication Complex Type
Group for the communication data
Sequence
CommunicationCode Restriction of xs:string
CommunicationAdress Restriction of xs:string
Communication address related to the previous defined communication type
ContactType optional Restriction of xs:string
FormatCode optional EDIDateFormatCode Simple Type
ContractNumber optional Restriction of xs:string
Contract number
Sequence
AccountNumber optional Restriction of xs:string
Account Number
AccountHolder1 optional Restriction of xs:string
Account holder Line 1
AccountHolder2 optional Restriction of xs:string
Account holder Line 2
InstitutionBranch optional Restriction of xs:string
Branch of the bank
InstitutionName optional Restriction of xs:string
Name of the bank
InstitutionBranchLocation optional Restriction of xs:string
City of the bank branch
Country optional Restriction of xs:string
City of the bank
BICNumber optional Restriction of xs:string
BIC Code
IBANNumber optional Restriction of xs:string
IBAN
FurtherReferences optional Restriction of xs:string
e.g. depot number
Source
<xs:element name="HEAD" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Kopfteil der Zahlungsavise (REMADV)  </xs:documentation>
    <xs:documentation xml:lang="en">Head of the remittance advise (REMADV) </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="DocumentHead">
        <xs:sequence>
          <xs:element name="PaymentType" type="PaymentType" minOccurs="0" />
          <xs:element name="PaymentWay" type="PaymentWay" minOccurs="0" />
          <xs:element name="PaymentDate" type="PaymentDate" minOccurs="0" />
          <xs:element name="AccountingPeriodStartDate" type="AccountingPeriodDate" minOccurs="0" />
          <xs:element name="AccountingPeriodEndDate" type="AccountingPeriodDate" minOccurs="0" />
          <xs:element name="FinancialInformation" type="FII" minOccurs="0" />
          <xs:element name="Currency" type="Currency" minOccurs="0" />
          <xs:element name="ExchangeRate" type="ExchangeRate" minOccurs="0" />
          <xs:element name="NAD" type="NAD" minOccurs="1" maxOccurs="unbounded" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
See Also
REMADV ElementRemadvMessage ElementXML Einrichten Version 1.3